Life Cycle of a
Device Driver
Map in device registers using
Memory objects
Register interrupt handler callback
with Interrupt class
Process interrupts as they arrive,
feeding input to higher layers
Receive and process events from
higher layers

Return to Tracks